-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: request early cancellation form does not save draft #47223
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provide some suggestions. :)
Hi, @mkzie2, when you have time, can you please polish the PR based on the above suggestions? If you have any questions, please feel free to let me know. :) |
@ntdiary I resolved your feedbacks:
|
Reviewer Checklist
Screenshots/VideosAndroid: NativeN/AAndroid: mWeb Chrome47223-android-web.mp4iOS: NativeN/AiOS: mWeb Safari47223-ios-web.mp4MacOS: Chrome / Safari47223-web.mp4MacOS: Desktop47223-desktop.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
caught a localization regression.
@ntdiary Seems like Design team is fine with the changes. You can continue your review. |
Will fill the check list soon. 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkzie2, I found another small problem. we need to retain a reason
state. 😅
Without it, when the submit button is clicked, the input box will disappear immediately due to the draft being cleared, which is inconsistent with the previous behavior.
bug.mp4
@ntdiary Thanks, updated! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 9.0.22-0 🚀
|
🚀 Deployed to staging by https://github.com/stitesExpensify in version: 9.0.22-1 🚀
|
🚀 Deployed to production by https://github.com/chiragsalian in version: 9.0.22-9 🚀
|
Details
Fixed Issues
$ #47005
PROPOSAL: #47005 (comment)
Tests
[Web & mWeb only]
Offline tests
NA
QA Steps
See Tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: mWeb Chrome
Screen.Recording.2024-08-13.at.00.47.25.mov
iOS: mWeb Safari
Screen.Recording.2024-08-13.at.00.46.25.mov
MacOS: Chrome / Safari
Screen.Recording.2024-08-13.at.00.38.04.mov
MacOS: Desktop
Screen.Recording.2024-08-13.at.00.42.00.mov